home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / disk-man / userflop.2 / userflop / userfloppy0.2 / README.orig < prev    next >
Encoding:
Text File  |  1994-06-28  |  1.1 KB  |  54 lines

  1. This is the README file for the usermount package for Linux
  2. Date: 30-Jul-93
  3. Version: 0.3
  4. Author: Peter Orbaek <poe@daimi.aau.dk>
  5.  
  6. Quick installation guide
  7. ========================
  8.  
  9.     make
  10.  
  11. It builds cleanly with gcc-2.3.3 and Linux 0.99.8 (libc 4.3.3)
  12.  
  13. And optionally as root (CHECK the Makefile first!):
  14.  
  15.     make install-man
  16.     make install
  17.  
  18. Files
  19. =====
  20.  
  21. This package includes the following files:
  22.  
  23. Makefile
  24. README
  25. mount.c        - source for mount
  26. umount.c    - source for umount
  27. mount.8        - *roff source for man-page for mount
  28. umount.8    - *roff source for man-page for umount
  29. fstab        - example fstab, is not installed
  30. ufstab        - example ufstab, is not installed
  31.  
  32. Changes since:
  33. ==============
  34. Date: 26-Apr-93
  35. Version: 0.2
  36.  
  37.     Fixed a simple bug in umount.c that 
  38.     pegelow@moorea.uni-muenster.de (Ulrich Pegelow) made me
  39.     aware of.
  40.  
  41. Date: 15-Dec-92
  42. Version: 0.1
  43.  
  44.     Added support for swap file spec in fstab, requested by 
  45.     harrell@rsuap1.nrl.navy.mil (Matthew Harrell)
  46.  
  47.     mount/umount can now be used as swapon/swapoff commands like
  48.  
  49.         mount -t swap <swapfile> <swapfile>
  50.         umount -t swap <swapfile>
  51.  
  52.     mount does no more complain if you try to mount root, it just
  53.     ignores it.
  54.